Package-level declarations

Types

Link copied to clipboard
data class ZyncPriceList(val priceListUid: String, val priceListName: String, val priceListType: ZyncPriceListType, val value: Double, val valueType: ZyncPriceListValueType, val isActive: Boolean, val isDeleted: Boolean)

Domain model representing a price list. Contains pricing information that can be applied to products and services.

Link copied to clipboard